home *** CD-ROM | disk | FTP | other *** search
- This archive file contains the following files:
-
- dirscan.c Directory scanning routine
- dirscan.h Header file for use in calling programs
- dirscan.doc Documentation for dirscan
-
- locate.c Example "find-file" implemented using dirscan
- locate Makefile for locate.exe
-
- .OBJ and .EXE files are deliberately NOT included. You must
- create them yourself by compiling and linking the above programs.
- A makefile is provided for LOCATE that will compile both locate
- and dirscan.
-
- These routines were implemented and tested under PC-DOS 3.30
- using Microsoft C 5.1. To convert them for use with another
- compiler you will have to check and possibly change references to
- non-standard library routines, types and variables supplied by
- Microsoft. This includes:
-
- _dos_find_first
- _dos_find_next
- struct find_t
- _A_NORMAL
- _A_SYSTEM
- _A_HIDDEN
- _A_SUBDIR
- _MAX_DRIVE
- _MAX_DIR
- _MAX_PATH
- _MAX_FNAME
- _MAX_EXT
-
- The source code contained in this archive is placed in the public domain
- and distributed AS-IS. No formal support is available, although if you
- leave me a message in the MSSYS forum I will try to answer any
- questions.
-
- Jim Garrison (76247,1747)